home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / audacity / plug-ins / crossfadeout.ny < prev    next >
Encoding:
Audacity Nyquits plug-in  |  2010-09-21  |  261 b   |  10 lines

  1. ;nyquist plug-in
  2. ;version 2
  3. ;type process
  4. ;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
  5. ;name "Cross Fade Out"
  6. ;action "Cross-Fading Out..."
  7. (mult s (snd-exp
  8.           (snd-scale 0.5 (snd-log
  9.                           (sum 1 (snd-scale -1 (ramp)))))))
  10.